home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / NET / IPCONFIG.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  444b  |  22 lines

  1. /*
  2.  *  $Id: ipconfig.h,v 1.3 1999/01/04 20:13:29 davem Exp $
  3.  *
  4.  *  Copyright (C) 1997 Martin Mares
  5.  *
  6.  *  Automatic IP Layer Configuration
  7.  */
  8.  
  9. extern __u32 root_server_addr;
  10. extern u8 root_server_path[];
  11. extern u32 ic_myaddr;
  12. extern u32 ic_servaddr;
  13. extern u32 ic_gateway;
  14. extern u32 ic_netmask;
  15. extern int ic_enable;
  16. extern int ic_host_name_set;
  17. extern int ic_set_manually;
  18. extern int ic_proto_enabled;
  19.  
  20. #define IC_BOOTP 1
  21. #define IC_RARP 2
  22.